[INFO] cloning repository https://github.com/Ganuuh/rust_chat_server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ganuuh/rust_chat_server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGanuuh%2Frust_chat_server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGanuuh%2Frust_chat_server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fbf5edd66340dc1fd7864ebdc69e362c03b0041d
[INFO] fixing Ganuuh/rust_chat_server against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGanuuh%2Frust_chat_server" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Ganuuh/rust_chat_server
[INFO] finished tweaking git repo https://github.com/Ganuuh/rust_chat_server
[INFO] tweaked toml for git repo https://github.com/Ganuuh/rust_chat_server written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Ganuuh/rust_chat_server on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Ganuuh/rust_chat_server already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded warp v0.4.2
[INFO] [stderr]   Downloaded diesel_derives v2.2.7
[INFO] [stderr]   Downloaded cc v1.2.33
[INFO] [stderr]   Downloaded diesel v2.2.12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f5a95fd6c55bfddfdf1f3e5e98738eb739d7241fb27ee3b4f41aebbbba35ddfa
[INFO] running `Command { std: "docker" "start" "f5a95fd6c55bfddfdf1f3e5e98738eb739d7241fb27ee3b4f41aebbbba35ddfa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f5a95fd6c55bfddfdf1f3e5e98738eb739d7241fb27ee3b4f41aebbbba35ddfa" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f5a95fd6c55bfddfdf1f3e5e98738eb739d7241fb27ee3b4f41aebbbba35ddfa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f5a95fd6c55bfddfdf1f3e5e98738eb739d7241fb27ee3b4f41aebbbba35ddfa" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.2.0
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking headers v0.4.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling dsl_auto_type v0.1.3
[INFO] [stderr]    Compiling diesel_derives v2.2.7
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking warp v0.4.2
[INFO] [stderr]     Checking diesel v2.2.12
[INFO] [stderr]     Checking chat_server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find `ws` in `warp`
[INFO] [stdout]    --> src/main.rs:13:30
[INFO] [stdout]     |
[INFO] [stdout]  13 |         .map(move |ws: warp::ws::Ws| {
[INFO] [stdout]     |                              ^^ could not find `ws` in `warp`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/warp-0.4.2/src/lib.rs:120:24
[INFO] [stdout]     |
[INFO] [stdout] 118 | #[cfg(feature = "websocket")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `websocket` feature
[INFO] [stdout] 119 | #[doc(hidden)]
[INFO] [stdout] 120 | pub use self::filters::ws;
[INFO] [stdout]     |                        ^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/warp-0.4.2/src/lib.rs:158:28
[INFO] [stdout]     |
[INFO] [stdout] 156 | #[cfg(feature = "websocket")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `websocket` feature
[INFO] [stdout] 157 | #[doc(hidden)]
[INFO] [stdout] 158 | pub use self::filters::ws::ws;
[INFO] [stdout]     |                            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ws` in `warp`
[INFO] [stdout]    --> src/main.rs:13:30
[INFO] [stdout]     |
[INFO] [stdout]  13 |         .map(move |ws: warp::ws::Ws| {
[INFO] [stdout]     |                              ^^ could not find `ws` in `warp`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/warp-0.4.2/src/lib.rs:120:24
[INFO] [stdout]     |
[INFO] [stdout] 118 | #[cfg(feature = "websocket")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `websocket` feature
[INFO] [stdout] 119 | #[doc(hidden)]
[INFO] [stdout] 120 | pub use self::filters::ws;
[INFO] [stdout]     |                        ^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/warp-0.4.2/src/lib.rs:158:28
[INFO] [stdout]     |
[INFO] [stdout] 156 | #[cfg(feature = "websocket")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `websocket` feature
[INFO] [stdout] 157 | #[doc(hidden)]
[INFO] [stdout] 158 | pub use self::filters::ws::ws;
[INFO] [stdout]     |                            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `WebSocket` in this scope
[INFO] [stdout]  --> src/ws_handler.rs:1:36
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub async fn handle_connection(ws: WebSocket, tx: Arc<Mutex<broadcast::Sender<String>>>) {
[INFO] [stdout]   |                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Arc` in this scope
[INFO] [stdout]  --> src/ws_handler.rs:1:51
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub async fn handle_connection(ws: WebSocket, tx: Arc<Mutex<broadcast::Sender<String>>>) {
[INFO] [stdout]   |                                                   ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::Arc;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::sync::Arc;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Mutex` in this scope
[INFO] [stdout]  --> src/ws_handler.rs:1:55
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub async fn handle_connection(ws: WebSocket, tx: Arc<Mutex<broadcast::Sender<String>>>) {
[INFO] [stdout]   |                                                       ^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::Mutex;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::sync::Mutex;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::sync::nonpoison::Mutex;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use tokio::sync::Mutex;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `broadcast` in this scope
[INFO] [stdout]  --> src/ws_handler.rs:1:61
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub async fn handle_connection(ws: WebSocket, tx: Arc<Mutex<broadcast::Sender<String>>>) {
[INFO] [stdout]   |                                                             ^^^^^^^^^ use of unresolved module or unlinked crate `broadcast`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `broadcast`, use `cargo add broadcast` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::broadcast;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use tokio::sync::broadcast;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `WebSocket` in this scope
[INFO] [stdout]  --> src/ws_handler.rs:1:36
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub async fn handle_connection(ws: WebSocket, tx: Arc<Mutex<broadcast::Sender<String>>>) {
[INFO] [stdout]   |                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ws` in crate `warp`
[INFO] [stdout]    --> src/main.rs:12:20
[INFO] [stdout]     |
[INFO] [stdout]  12 |         .and(warp::ws())
[INFO] [stdout]     |                    ^^ not found in `warp`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/warp-0.4.2/src/lib.rs:120:24
[INFO] [stdout]     |
[INFO] [stdout] 118 | #[cfg(feature = "websocket")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `websocket` feature
[INFO] [stdout] 119 | #[doc(hidden)]
[INFO] [stdout] 120 | pub use self::filters::ws;
[INFO] [stdout]     |                        ^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/warp-0.4.2/src/lib.rs:158:28
[INFO] [stdout]     |
[INFO] [stdout] 156 | #[cfg(feature = "websocket")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `websocket` feature
[INFO] [stdout] 157 | #[doc(hidden)]
[INFO] [stdout] 158 | pub use self::filters::ws::ws;
[INFO] [stdout]     |                            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Arc` in this scope
[INFO] [stdout]  --> src/ws_handler.rs:1:51
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub async fn handle_connection(ws: WebSocket, tx: Arc<Mutex<broadcast::Sender<String>>>) {
[INFO] [stdout]   |                                                   ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::Arc;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::sync::Arc;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `serve` in crate `warp`
[INFO] [stdout]    --> src/main.rs:17:11
[INFO] [stdout]     |
[INFO] [stdout]  17 |     warp::serve(ws_route).run(([127, 0, 0, 1], 8080)).await;
[INFO] [stdout]     |           ^^^^^ not found in `warp`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/warp-0.4.2/src/lib.rs:167:23
[INFO] [stdout]     |
[INFO] [stdout] 166 | #[cfg(feature = "server")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `server` feature
[INFO] [stdout] 167 | pub use self::server::serve;
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Mutex` in this scope
[INFO] [stdout]  --> src/ws_handler.rs:1:55
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub async fn handle_connection(ws: WebSocket, tx: Arc<Mutex<broadcast::Sender<String>>>) {
[INFO] [stdout]   |                                                       ^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::Mutex;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::sync::Mutex;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::sync::nonpoison::Mutex;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use tokio::sync::Mutex;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `broadcast` in this scope
[INFO] [stdout]  --> src/ws_handler.rs:1:61
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub async fn handle_connection(ws: WebSocket, tx: Arc<Mutex<broadcast::Sender<String>>>) {
[INFO] [stdout]   |                                                             ^^^^^^^^^ use of unresolved module or unlinked crate `broadcast`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `broadcast`, use `cargo add broadcast` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::broadcast;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use tokio::sync::broadcast;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ws` in crate `warp`
[INFO] [stdout]    --> src/main.rs:12:20
[INFO] [stdout]     |
[INFO] [stdout]  12 |         .and(warp::ws())
[INFO] [stdout]     |                    ^^ not found in `warp`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/warp-0.4.2/src/lib.rs:120:24
[INFO] [stdout]     |
[INFO] [stdout] 118 | #[cfg(feature = "websocket")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `websocket` feature
[INFO] [stdout] 119 | #[doc(hidden)]
[INFO] [stdout] 120 | pub use self::filters::ws;
[INFO] [stdout]     |                        ^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/warp-0.4.2/src/lib.rs:158:28
[INFO] [stdout]     |
[INFO] [stdout] 156 | #[cfg(feature = "websocket")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `websocket` feature
[INFO] [stdout] 157 | #[doc(hidden)]
[INFO] [stdout] 158 | pub use self::filters::ws::ws;
[INFO] [stdout]     |                            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `serve` in crate `warp`
[INFO] [stdout]    --> src/main.rs:17:11
[INFO] [stdout]     |
[INFO] [stdout]  17 |     warp::serve(ws_route).run(([127, 0, 0, 1], 8080)).await;
[INFO] [stdout]     |           ^^^^^ not found in `warp`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/warp-0.4.2/src/lib.rs:167:23
[INFO] [stdout]     |
[INFO] [stdout] 166 | #[cfg(feature = "server")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `server` feature
[INFO] [stdout] 167 | pub use self::server::serve;
[INFO] [stdout]     |                       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Message` in this scope
[INFO] [stdout]  --> src/ws_handler.rs:6:31
[INFO] [stdout]   |
[INFO] [stdout] 6 |             if ws_sender.send(Message::text(msg)).await.is_err() {
[INFO] [stdout]   |                               ^^^^^^^ use of undeclared type `Message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Message` in this scope
[INFO] [stdout]  --> src/ws_handler.rs:6:31
[INFO] [stdout]   |
[INFO] [stdout] 6 |             if ws_sender.send(Message::text(msg)).await.is_err() {
[INFO] [stdout]   |                               ^^^^^^^ use of undeclared type `Message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chat_server` (bin "chat_server") due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `chat_server` (bin "chat_server" test) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "f5a95fd6c55bfddfdf1f3e5e98738eb739d7241fb27ee3b4f41aebbbba35ddfa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5a95fd6c55bfddfdf1f3e5e98738eb739d7241fb27ee3b4f41aebbbba35ddfa", kill_on_drop: false }`
[INFO] [stdout] f5a95fd6c55bfddfdf1f3e5e98738eb739d7241fb27ee3b4f41aebbbba35ddfa
